home *** CD-ROM | disk | FTP | other *** search
/ Micro Magic Outstanding Shareware 1996 October / Micro Magic Outstanding Shareare 1996-10.iso / FILES / M3003.ZIP / GO.BAT < prev   
DOS Batch File  |  1993-11-23  |  2KB  |  45 lines

  1. echo off
  2. if exist mm.doc goto intro
  3. goto mcopy
  4. :intro
  5. cls
  6. type mm.doc
  7. pause
  8. :mcopy
  9. cls
  10. ECHO.
  11. ECHO.
  12. ECHO        PLEASE MAKE A COPY OF THIS DISK
  13. ECHO.
  14. ECHO Make a backup copy of this disk, so that if the programs are accidentally
  15. ECHO deleted or damaged, you won't have to buy this disk again. The DISKCOPY
  16. ECHO command can be used, but remember that the target disk must be of identical
  17. ECHO size and capacity. Alternatively, use the COPY command to copy to a
  18. ECHO temporary directory on your fixed disk, or to another floppy diskette.
  19. ECHO.
  20. ECHO Refer to your DOS manual for details on these commands.
  21. ECHO.
  22. ECHO.
  23. ECHO.
  24. pause
  25. if exist minstruc.doc goto instruct
  26. goto munpack
  27. :instruct
  28. cls
  29. type minstruc.doc
  30. pause
  31. :munpack
  32. cls
  33. ECHO Copy this video file to a suitable directory on your hard disk.
  34. ECHO                      C:  ─┘         (assuming your disk is drive c:)
  35. ECHO                    CD \  ─┘         (change to your root directory)
  36. ECHO                MD  VIDEO ─┘         (make a new directory)
  37. ECHO                CD  VIDEO ─┘         (change to the new directory)
  38. ECHO             COPY A:*.AVI ─┘         (copy the file(s) )
  39. ECHO                                      (or B: if you are using drive B: )
  40. ECHO The last command must be typed as above, or you will get a write error!
  41. ECHO.
  42. ECHO After unpacking, start Windows. Use your Video for Windows Media
  43. ECHO Player to run the file (Requires Micro Magic disks 02896 - Video
  44. ECHO for Windows).
  45.